/* Main CSS Document */
@charset "utf8";
/* .banner-boxs */
.banner-boxs {
	min-width: 1200px;
	border-bottom: 1px solid #EEE;
	position: relative;
}
.banner-boxs .btn {
	top: 300px;
	width: 80px;
	height:200px;
	display: block;
	position: absolute;
	z-index: 2;
	opacity: 0;
	transition: all 0.35s;
	background:url(/public/images/banner-btn.png) no-repeat;
}
.banner-boxs .prev {
	left: 30px;
	background-position:left center;
}
.banner-boxs .next {
	right: 30px;
	background-position:right center;
}
.banner-boxs:hover .btn {
	opacity: 1;
}
.banner-boxs .hd {
	bottom: 60px;
	left: 0;
	width: 100%;
	font-size:0;
	text-align: center;
	position: absolute;
	z-index: 1;
}
.banner-boxs .hd ul {
	margin-left: -10px !important;
	display:inline-block;
}
.banner-boxs .hd ul li {
	margin-left: 10px;
	width: 54px;
	height: 6px;
	line-height: 6px;
	text-indent: -99999px;
	cursor: pointer;
	display: inline-block;
	background: rgba(255,255,255,0.5);
	position: relative;
	overflow: hidden;
}
.banner-boxs .hd ul .on {
	background: #FFF;
}
.banner-boxs .bd {
	background:#000;
}
.banner-boxs .bd, .banner-boxs .bd ul, .banner-boxs .bd ul li, .banner-boxs .bd ul li a {
	width: 100%;
	height: 800px;
	display: block;
	overflow: hidden;
}
.banner-boxs .bd ul li a {
	text-indent: -9999px;
}
/* bm-1 */
.bm-1 {
}
.bm-1 .bm-con {
	padding:60px 0 100px;
}
.bm-1 .bm-con dl {
	margin-left:-200px;
}
.bm-1 .bm-con dl dd {
	margin-left:200px;
	padding:0 50px;
	width:100px;
	display:inline-block;
	float:left;
	position:relative;
}
.bm-1 .bm-con dl dd:before {
	content:" ";
	left:-100px;
	top:20px;
	height:195px;
	border-left:1px solid #DDD;
	position:absolute;
}
.bm-1 .bm-con dl dd:first-child:before {
	display:none;
}
.bm-1 .bm-con dl dd a {
	margin:0 -50px;
	text-align:center;
	display:block;
}
.bm-1 .bm-con dl dd .iconfont {
	margin-bottom:15px;
	line-height:100px;
	font-size:100px;
	display:block;
	color:#C81839;
}
.bm-1 .bm-con dl .d-1 .iconfont {
	font-size:130px;
}
.bm-1 .bm-con dl dd .con {
	line-height:90px;
	font-size:60px;
	text-align:center;
}
.bm-1 .bm-con dl dd .con b {
	display:inline-block;
	position:relative;
}
.bm-1 .bm-con dl dd .con b em {
	margin-left:10px;
	left:100%;
	top:0;
	line-height:60px;
	font-size:18px;
	font-weight:normal;
	display:block;
	position:absolute;
}
.bm-1 .bm-con dl dd .til {
	line-height:30px;
	font-size:24px;
	color:#999;
}
/* bm-2 */
.bm-2 {
	background:#F5F5F5;
	overflow:hidden;
}
.bm-2 .bm-con {
	padding-bottom:100px;
	height:1345px;
	position:relative;
}
.bm-2 .bm-con .c-box {
	left:-100px;
	top:0;
	width:1600px;
	position:absolute;
}
.bm-2 .bm-con dl {
	margin:-20px 0 0 -20px;
}
.bm-2 .bm-con dl dd {
	margin:20px 0 0 20px;
	width:520px;
	display:inline-block;
	float:left;
}
.bm-2 .bm-con dl dd a {
	height:435px;
	display:block;
	position:relative;
}
.bm-2 .bm-con dl dd a:before {
	content:" ";
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	display:block;
	background:rgba(0,0,0,.2);
	position:absolute;
}
.bm-2 .bm-con dl dd .box {
	left:100px;
	top:255px;
	color:#FFF;
	position:absolute;
}
.bm-2 .bm-con dl dd .box:before {
	content:" ";
	left:0;
	top:0;
	width:60px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	border-bottom:5px solid #FFF;
	position:absolute;
}
.bm-2 .bm-con dl .on .box {
	left:auto;
	right:100px;
	text-align:right;
}
.bm-2 .bm-con dl .on .box:before {
	left:auto;
	right:0;
}
.bm-2 .bm-con dl dd .til {
	padding-top:20px;
	line-height:60px;
	font-size:30px;
	font-weight:bold;
}
.bm-2 .bm-con dl dd .con {
	line-height:22px;
	font-size:18px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	opacity:0;
}
.bm-2 .bm-con dl dd .con em {
	margin-left:10px;
	color:#C81839;
}
.bm-2 .bm-con dl .d-1, .bm-2 .bm-con dl .d-4 {
	width:1060px;
}
.bm-2 .bm-con dl dd a:hover:before {
	background:rgba(0,0,0,.5);
}
.bm-2 .bm-con dl dd a:hover .box:before {
	border-color:#C81839;
}
.bm-2 .bm-con dl dd a:hover .con {
	opacity:1;
}
.bm-2 .bm-con dl .d-1 a {
	background:url(/public/images/bm-2-01.jpg) no-repeat center center;
}
.bm-2 .bm-con dl .d-2 a {
	background:url(/public/images/bm-2-02.jpg) no-repeat center center;
}
.bm-2 .bm-con dl .d-3 a {
	background:url(/public/images/bm-2-03.jpg) no-repeat center center;
}
.bm-2 .bm-con dl .d-4 a {
	background:url(/public/images/bm-2-04.jpg) no-repeat center center;
}
.bm-2 .bm-con dl .d-5 a {
	background:url(/public/images/bm-2-05.jpg) no-repeat center center;
}
.bm-2 .bm-con dl .d-6 a {
	background:url(/public/images/bm-2-06.jpg) no-repeat center center;
}
.bm-2 .bm-con dl .d-7 a {
	background:url(/public/images/bm-2-07.jpg) no-repeat center center;
}
/* bm-3 */
.bm-3 {
}
.bm-3 .bm-con {
	padding-bottom:100px;
}
.bm-3 .bm-con ul {
	margin:-10px 0 0 -10px;
}
.bm-3 .bm-con ul li {
	margin:10px 0 0 10px;
	display:inline-block;
	float:left;
}
.bm-3 .bm-con ul li a {
	width:460px;
	height:320px;
	display:block;
	position:relative;
}
.bm-3 .bm-con ul li .img {
	overflow:hidden;
}
.bm-3 .bm-con ul li .til {
	left:0;
	bottom:0;
	width:100%;
	position:absolute;
}
.bm-3 .bm-con ul li .til h3 {
	padding:0 15px;
	height:66px;
	line-height:66px;
	font-size:20px;
	text-align:center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	color:#FFF;
	background:rgba(0,0,0,.3);
	overflow: hidden;
}
.bm-3 .bm-con ul li a:hover .til h3 {
	background:rgba(200,24,57,.8);
}
/* bm-4 */
.bm-4 {
	background:#F5F5F5;
	overflow:hidden;
}
.bm-4 .bm-con {
	padding-bottom:100px;
	height:515px;
	position:relative;
}
.bm-4 .bm-con .c-box {
/*	left:0;
	top:0;
	width:1600px;
	position:absolute;*/
}
.bm-4 .bm-con dl {
	margin:0 -100px;
}
.bm-4 .bm-con dl dd {
	width:235px;
	display:inline-block;
	float:left;
}
.bm-4 .bm-con dl dd a {
	height:515px;
	text-align:center;
	display:block;
	color:#FFF;
	position:relative;
	overflow:hidden;
}
.bm-4 .bm-con dl dd a:before {
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* Safari for macOS & iOS */
	-webkit-backdrop-filter: blur(2px); 	
	/* Google Chrome */
	backdrop-filter: blur(2px);
	background:rgba(0,0,0,.4);
	position: absolute;
}
.bm-4 .bm-con dl dd .box {
	padding-top:240px;
	position:relative;
}
.bm-4 .bm-con dl dd .iconfont {
	margin-left:50%;
	left:-33px;
	top:140px;
	width:66px;
	line-height:66px;
	font-size:66px;
	text-align:center;
	position:absolute;
}
.bm-4 .bm-con dl dd .til {
	padding-top:95px;
	width:100%;
	line-height:30px;
	font-size:20px;
	font-weight:bold;
	position:relative;
}
.bm-4 .bm-con dl dd .til:before {
	content: " ";
	margin-left:50%;
	left: -30px;
	top: 0;
	width: 60px;
	border-bottom: 5px solid #FFF;
	position: absolute;
}
.bm-4 .bm-con dl dd .til span {
	display:block;
}
.bm-4 .bm-con dl dd .con {
	line-height:30px;
	font-size:16px;
	display:none;
}
.bm-4 .bm-con dl .on {
	width:660px;
}
.bm-4 .bm-con dl .on a {
	padding:0 100px;
	text-align:left;
}
.bm-4 .bm-con dl .on a:before {
	/* Safari for macOS & iOS */
	-webkit-backdrop-filter: blur(0); 	
	/* Google Chrome */
	backdrop-filter: blur(0);
    background: rgba(0,0,0,.5);
}
.bm-4 .bm-con dl .on .iconfont {
	margin:0;
	left:0;
}
.bm-4 .bm-con dl .on .til {
	padding:45px 0;
}
.bm-4 .bm-con dl .on .til:before {
	margin:0;
	left:0;
	border-color:#C81839;
}
.bm-4 .bm-con dl .on .til span {
	display:inline;
}
.bm-4 .bm-con dl .on .con {
	display:block;
}
.bm-4 .bm-con dl .d-1 a {
	background:url(/public/images/bm-4-01.jpg) no-repeat center center;
}
.bm-4 .bm-con dl .d-2 a {
	background:url(/public/images/bm-4-02.jpg) no-repeat center center;
}
.bm-4 .bm-con dl .d-3 a {
	background:url(/public/images/bm-4-03.jpg) no-repeat center center;
}
.bm-4 .bm-con dl .d-4 a {
	background:url(/public/images/bm-4-04.jpg) no-repeat center center;
}
.bm-4 .bm-con dl .d-5 a {
	background:url(/public/images/bm-4-05.jpg) no-repeat center center;
}
/* bm-8 */
.bm-8 {
	background:#F5F5F5;
}
.bm-8 .bm-con {
	padding-bottom:100px;
	height:428px;
	position:relative;
}
.bm-8 .bm-con:before {
	content:" ";
	right:0;
	top:0;
	width:468px;
	height:438px;
	background:#FFF;
	position:absolute;
}
.bm-8 .bm-con .hd {
	right:44px;
	top:40px;
	width:380px;
	position:absolute;
	z-index:1;
}
.bm-8 .bm-con .hd em {
	right:0;
	top:0;
	width:100%;
	line-height:36px;
	font-size:30px;
	text-align:center;
	position:absolute;
}
.bm-8 .bm-con .hd ul {
	position:relative;
}
.bm-8 .bm-con .hd ul li {
	display:inline-block;
}
.bm-8 .bm-con .hd ul li a {
	line-height:36px;
	font-size:30px;
	display:block;
}
.bm-8 .bm-con .hd ul .on a {
	font-weight:bold;
	color:#C81839;
}
.bm-8 .bm-con .c-con {
	position:relative;
}
.bm-8 .bm-con .c-con dl {
	margin-left:-16px;
}
.bm-8 .bm-con .c-con dl dd {
	display:inline-block;
}
.bm-8 .bm-con .c-con .d-1 {
	margin-left:16px;
	width:450px;
	float:left;
}
.bm-8 .bm-con .c-con .d-1 a {
	display:block;
	color:#666;
	background:#FFF;
}
.bm-8 .bm-con .c-con .d-1 .img {
	margin-bottom:10px;
	overflow:hidden;
}
.bm-8 .bm-con .c-con .d-1 .box {
	padding:0 30px 30px;
	line-height:24px;
	font-size:16px;
}
.bm-8 .bm-con .c-con .d-1 .til {
	height:50px;
	line-height:50px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	color:#333;
	overflow: hidden;
}
.bm-8 .bm-con .c-con .d-1 .con {
	margin-bottom:5px;
	height:48px;
}
.bm-8 .bm-con .c-con .d-1 .time {
	line-height:30px;
}
.bm-8 .bm-con .c-con .d-1 a:hover .til {
	color:#C81839;
}
.bm-8 .bm-con .c-con .d-2 {
	margin-right:44px;
	padding-top:100px;
	width:380px;
	float:right;
}
.bm-8 .bm-con .c-con .d-2 .bd-con {
	display:none;
}
.bm-8 .bm-con .c-con .d-2 ul {
	margin-top:-15px;
}
.bm-8 .bm-con .c-con .d-2 ul li {
	margin-top:15px;
	width:100%;
	border-bottom:1px dotted #DDD;
	display:inline-block;
	float:left;
}
.bm-8 .bm-con .c-con .d-2 ul li a {
	height:60px;
	line-height:60px;
	font-size:20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	display:block;
	overflow: hidden;
}
.bm-8 .bm-con .c-con .d-2 ul li a:hover {
	color:#C81839;
}
/* bm-9 */
.bm-9 {
	height:300px;
	background:url(/public/images/bm-9-bg.jpg) no-repeat center center;
}